HTML Flashcards
What HTML Stands for?
Hypertext Markup Language
What is “ “ used for?
For inserting images
What command, when you click the word/link it directed you to another websites.
<a></a>
What is used for?
is used for the website title for example:
Computing Revision
Which will make the word Computing Revision be in the middle of the website showing what topic is the websites about.
Why is there [command]> at the end?
Because it’s used to tell the computer that the command ends here, and so there will be no bugs or error.
[Some coding]
What if you don’t put / at the end of the code?
The code will error and will not work, or the command will changed all codes.
For example This is amazing! [No closing title]
And
The background color and the title will not work and so your website will had a error.
What is Background color shorten in HTML?