HOME HTML
HTML or HyperText Markup Language is the main markup language for creating web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ), within the web page content. HTML tags most commonly come in pairs , although some tags represent empty elements and so are unpaired.  The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, further tags, comments and other types of text-based content.
Header of the HTML document:.... The title is included in the head, for example:   The Title Headings: HTML headings are defined with the 
 tags:

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6
  Paragraphs:

Paragraph 1

 

Paragraph 2

Line breaks:
. The difference between 
 and 

 is that 'br' breaks a line without altering the semantic structure of the page, whereas 'p' sections the page intoparagraphs. Note also that 'br' is an empty element in that, while it may have attributes, it can take no content and it may not have an end tag.

This
is a paragraph
with
line breaks

This is a link in HTML. To make a link you use the  tag. The href= attribute holds the URL address of the link. A Link to Google!
HTML
CSS
JAVA
 
 
 
 
 
 
 
 
 
 
 
 
 
Joemar Mendoza
[email protected]