The following are the steps for creating a web page on a windows PC Start up the notepad program, you can start it up by just searching it on the search tab on the desktop. You can download notepad++ here https://notepad-plus-plus.org/downloads/ since it has advanced features than the default notepad and install it. When oneContinue reading “HOW TO CREATE A WEB PAGE ON A PC”
Category Archives: HTML
Structure of a HTML page
Every web page has the following elements Doctype Declaration Head Title Html Body Doctype Declaration – This defines the document type, all HTML files needs to have a DOCTYPE which lets the browser know how the web document should be interpreted. The doctype declaration is written as <!DOCTYPE html> Head – The head element usuallyContinue reading “Structure of a HTML page”
INTRODUCTION TO HTML
HTML stands for Hyper Text Markup Language A markup language is a set of markup tags and HTML documents are described by HTML tags Each HTML tag describes different document content HTML Tags – these are the hidden keywords within a web page that defines how the browser must format and display the content. HTMLContinue reading “INTRODUCTION TO HTML”
