Learn how to link html pages together to build a complete website. So far we have learned how to create a link with the the html element (a) <a href=”www.google.com”></a>, Read More
How to build list in html ?
List in html are a lot like regular shopping or to do list. They are an excellent tool for organising informations on a webpage. There are two different types of Read More
Html tags list
HTML Tags Ordered Alphabetically Tag Description <!–…–> Defines a comment <!DOCTYPE> Defines the document type <a> Defines a hyperlink <abbr> Defines an abbreviation or an acronym <acronym> Not supported in Read More
Grouping html elements
Developers group html elements to create unique layouts for their websites. There are a number of additional tags that allow us to group related HTML content together. Some examples include <header>, <section>, <article> and <footer>. Read More
How to upload media in html
Multimedia on the web is sound, music, videos, movies, and animations. Multimedia comes in many different formats. It can be almost anything you can hear or see, like images, music, Read More
HTML Tables
HTML tables allow web developers to arrange data into rows and columns. Example: Company Contact Country Google Chris France Carrefour Tom-hayden France/td> Flore Mercedes France Flore Mercedes France Laughing Bacchus Read More
HTML Comments
HTML comments are not displayed in the browser, but they can help document your HTML source code. HTML Comment Tags You can add comments to your HTML source by using Read More
HTML Text Formatting
HTML contains several elements for defining text with a special meaning. Example This text is bold This text is italic This is subscript and superscript HTML Formatting Elements Formatting elements were designed to Read More
How to gathering input in html ?
In this paragraph we are going to discuss about, on how to gathering input In html. Usually we use the input to get all kinds of users informations. For example Read More
Html text editor
what is html editor ? HTML editor is a tool that helps you to edit and create HTML(Hypertext Markup Language) code. It is a text-based tool which lets you edit Read More
Adding Images in html
Besides linking to others pages, we can also use URLs to add images on a webpage. To add images on a webpage we start with the <img> tag. Just like Read More
Creating links
Let’s take a look at how work to combine webpages into websites. To start making a link, we add text between the <a> and </a> tags. This won’t high line Read More
HTML 5 : Qu’est ce qui change ?
Vous avez sans doute entendu parler de l’arrivée progressive du HTML5 comme langage de développement. C’est que cette nouvelle version du langage offre de plus grande possibilité pour les marketeurs Read More
Building Buttons in html
Buttons in html are very useful, with buttons programmer change webpages based on users behaviour. For example , clicking next can run code that cycle through characters. To create a Read More
WEPAGE STRUCTURE
Doctype The doctype tells the web browser what version of html we are using, without it the browser might not display the page correctly. we must indicated the doctype in Read More
HTML BASICS ELEMENTS
LINE BREAK We can separate lines with the helps of the line break tag <br>. Line break tag it what we call empty tag because it has no closing tag Read More
HTML BASICS
Text editor To write html or others programming languages you will need a text editor. You can type your text directly in the editor or paste it from a Word Doc, PDF, Read More
HTML BASICS ELEMENTS
html basics elements
HTML ELEMENTS
html elements
WHAT IS HTML ?
Html Definition HTML stand for HyperText Markup Language.Html is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such Read More