This page has been translated from English

Articles Comments

Guatewireless.org " e-learning

HTML Elements

Tweet HTML documents are text files built from HTML elements. These elements are defined using HTML tags. HTML tags are not case sensitive .- <B> <b> means the same thing. When surfing the Internet, we realize that many pages in your source code using HTML tags in uppercase. If we follow the latest web standards, we should always use lowercase tags. The World Wide Web Consortium (W3C) recommends lowercase tags in their documentation of HTML 4 and XHTML (the next generation HTML) require labels to lowercase. Tags HTML tags are HTML tags used to mark HTML elements HTML tags are enclosed within the <and> regularly those tags come in pairs, as <b> and </ b> The first tag of the pair is ... Read Article complete "

Filed under: e-learning , HTML

Introduction to HTML

Tweet It is a HTML file? HTML is an acronym which stands for Hyper Text Markup Language An HTML file is a text file containing small markup tags The markup tags called tell the browser how to display the page An HTML file must have an htm or html extension A file HTML can be created using a simple text editor you want to try? If you are using Windows, start Notepad. If you use a Mac, launch SimpleText. In OSX with TextEdit change the following preferences: Open the Format and select muenu of text Plain text instead of Rich. Then open the Preferences window under the Edit Text menu and select Ignore rich text commands in HTML files. Your HTML code will probably not work unless you make the above changes. Write the following text: Title <title> <head> <html> ... Read full article »

Filed under: e-learning , HTML


Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 55538709 bytes) in / home / guatewireless / site / wp-content / plugins / google-bot-bling / google-bot-bling.php on line 114