Using CSS CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements Internal - by using a <style>...
<figure> Tag and <figcaption> Tag <figure> element is use to mark up a photo in a document, and a <figcaption> element to define a caption for the...
HTML Forms: HTML forms are used to collect user input and send it to a server for processing. They consist of various form elements for text input,...
We will now introduce a little bit concept of CSS , so that we can use it with in our HTML Projects, and to make our HTML pages more...
Today , we are going to create our own resume Using all the concepts we have studied so far <!DOCTYPE html> <html lang="en"> <head> <meta...
Semantic elements = elements with a meaning. A semantic element clearly describes its meaning to both the browser and the developer. making it easier...