#WhatisHTML
Explore tagged Tumblr posts
Video
youtube
Exploring the Basics: What is HTML? Welcome to The Common Coder! For our first video, we answer the question of "What is HTML?" by exploring the absolute basics of HTML. We talk about HTML documents, tags and elements, and wrap up with a demo on how to create our very first HTML file. Enjoy!
1 note
·
View note
Text
youtube
0 notes
Text
HTML Formatting

HTML Formatting - HTML Formatting basically refers to the enhancing of text in order to increase the visual appeal. HTML provides a range of formatting tags that can be used to make the text attractive to the users. There are many options available that can be used for formatting, just like any other text editor. HTML pages are either received from server, where these are hosted, or can be loaded from local system as well. HTML Formatting - Each HTML page is made up of HTML elements such as forms, text, images, animations, links, etc. These elements are represented by tags and several others where each tag has start and end. It can also embed applications written in scripting languages such as JavaScript and Style Sheets (CSS) for overall layout representation. Example This text is bold This text is italic This is subscript and superscript Formatting tags are designed to highlight special types of text. - – Bold text - – Important text - – Italic text - – Emphasized text - – Underline text - – Marked text - – Smaller text - – Deleted text - – Inserted text - – Subscript text - – Superscript text - – monospaced font - – big font Read the full article
0 notes
Link

#javascriptDOM
0 notes
Text
learning HTML can be done in any programming language such as Java, PHP, JavaScript, Python, C, etc. Much simpler than learning. Since this is a basic thing, to move ahead in this field, you need to use Markup languages like – HTML, XML, etc. ( learn HTML css in Delhi )It is very important to learn.
What is HTML and How to Learn it?
#HTMLcourseinDelhi#WhatisHTML#HowtolearnHTML#useofHTML#webdevelopmentcourse#fullstackwebdevelopmentcourse#webdevelopmentinstitute
0 notes
Photo

dawnwairimu.com #tada . 💃😁 . . . . #bloglife #helptho #bloggersofinstagram #thatsmysis #myblogislive #newpost #readit #blogger #whatishtml #morelikefml #sendhelp #bloggerlife
#bloggersofinstagram#myblogislive#readit#bloglife#helptho#bloggerlife#thatsmysis#newpost#morelikefml#sendhelp#blogger#whatishtml#tada
1 note
·
View note
Video
youtube
HTML Tutorial in Hindi | Complete HTML Course For Beginners to Advanced
1 note
·
View note
Link
how to create a tumblr theme when you don’t know shit about html
2 notes
·
View notes
Photo
What is HTML? Full Form Of HTML? Basic Structure of HTML, simple introduction of HTML covered in this post,
What is HTML? Full Form Of HTML? Basic Structure of HTML, simple introduction of HTML covered in this post,
What is HTML? Full Form Of HTML? Basic Structure of HTML, simple introduction of HTML covered in this post,
1 note
·
View note
Video
youtube
Wanna Know More About HTML? Listen to The Coding Blonde Explain
Masha is a web developer who’s goal is to break stereotypes about women in technology. You can follow her blog here: Coding Blonde
0 notes
Text
HTML Attributes

HTML Attributes : All HTML elements have attributes that will provide additional information about that particular element. It takes 2 parameters, ie, a name & a value which define the properties of the element and are placed inside the element tag.
Core Attributes
The four core attributes that can be used on the majority of HTML elements (although not all) are − - Id - Title - Class - Style Alt Attribytes : - This example explains the HTML alt Attributes to specify the name of the file when the image is not loaded properly. src Attribute "https://media.geeksforgeeks.org/wp-content/cdn-uploads/Geek_logi_-low_res.png"> Generic Attributes Here's a table of some other attributes that are readily usable with many of the HTML tags. Attribute Options Function align right, left, center Horizontally aligns tags valign top, middle, bottom Vertically aligns tags within an HTML element. bgcolor numeric, hexidecimal, RGB values Places a background color behind an element background URL Places a background image behind an element id User Defined Names an element for use with Cascading Style Sheets. class User Defined Classifies an element for use with Cascading Style Sheets. width Numeric Value Specifies the width of tables, images, or table cells. height Numeric Value Specifies the height of tables, images, or table cells. title User Defined "Pop-up" title of the elements. Read the full article
0 notes