HTML stands for Hyper Text Mark Up Language they are enclosed by the lesser than (<and>) brackets and may be written in capital or lower case letters.
The opening bracket is followed by an element, which is a browser command, and ends with the closing bracket.
Here are some basic html tags
- Code: Select all
<HTML> - Begins your HTML document.
<TITLE> - The TITLE of your page. This will be visible in the title bar of the viewers’ browser.
<BODY> - This is where you will begin writing your document and placing your HTML codes.
<B> - Bolds your desired text
<I> - italicized your desired text
<U> - Underlines your desired text
<S> - strikes out your text
to close your tags simply put a slash after the lesser than bracket like so:
</html>
those are basics, feel free to add your ideas nalang po






