HTML Colors
Colors can be specify using <body> tag or individual tags of content using bgcolor attribute. Color Coding in HTML There
Read moreColors can be specify using <body> tag or individual tags of content using bgcolor attribute. Color Coding in HTML There
Read moreHTML Formatting is used for text formatting in HTML for better look. We use many formatting tags in HTML, using
Read moreHeadings in HTML<h1> to <h6> tags are used in HTML for headinglargest heading tag in HTML is h1 and the
Read moreHTML Comment TagsComments are used to ignore the html code by web browser.Comments are helpful for developer to understand code
Read moreAttribute is used to provide additional information of HTML elements and is placed inside the element’s tag.All elements have attributes
Read moreAn HTML element is consists a start and end tag, and the content inserted between starting and closing tag –
Read moreHTML TagsHTML tags are element names surrounded by <> brackets: tag start like <tagname>content here….. tag close</tagname> HTML tags come
Read moreHTML is used to create a Web site.It is very easy to learn . What is HTML ?HTML is a
Read more