Create simple web page using HTML
To create a simple webpage you have to have knowledge of basic HTML. HTML (HyperText Markup Language) is the code that is used to structure… Read More »Create simple web page using HTML
To create a simple webpage you have to have knowledge of basic HTML. HTML (HyperText Markup Language) is the code that is used to structure… Read More »Create simple web page using HTML
JavaScript provides you with many methods to retrieve and change the current URL, which is displayed in the browser’s address bar. All these methods use… Read More »URL Info Access | Accessing a URL via web browser JavaScript
HTML Table tag is used for present content in tabular format. With that, you can easily quickly and easily lookup values. A table structured set… Read More »HTML table tag | style, attributes, colspan, border, width, padding examples
HTML a tag OR HTML anchor tag is used to create a hyperlink. Which used to link one page to another page or another location… Read More »HTML a tag | html anchor tag | name, link, href, target, onClick
DTD stands for document definition. DTD is the Smarkup language (SGML, XML, HTML) technique used to define a structure of XML document. XML – Elements, Attributes, Entity reference functionalists… Read More »DTD | Document type definition | Example
HTML div tag also knows as the Divison tag. HTML <div> tag is very useful and used for multiple purpose. Div gives a more modular… Read More »HTML div tag |Class, id | Align, center, top, right | Width, border
HTML br Tag is used to text line break. This means if you have long text or paragraph tag and the screen size is small… Read More »HTML Line Break | HTML br tag | Example code
HTML P Tag is textual element. It’s also called an HTML Paragraph Tag. It’s a block-level element and always starts with a new line. In… Read More »HTML P tag | HTML paragraph tag | break, font size, line space, indent
How to use an HTML Comments in HTML code? You can do HTML comments like “<!- – comment – ->” in HTML document file. What does… Read More »HTML Comments Tag | Single Line | Multiline | How to
There are 2 terms that come when you going the change HTML font size. The first is changing the size of text using a <font>… Read More »HTML Font Size | Tag, Code, Css, Style | px, em, small, bold