Skip to main content

Coding with HTML




HTML is Hyper Text Markup Language. It is the standard language to code websites. It describes the structure and content of a website. Basically, the coding of HTML consists of a series of tags that describe the way content is to be shown in the browser. Apart from this, HTML code, also, consist of information for the crawlers or search engine bots, that help them understand, index and rank the content of a webpage.

If you are interested in Web Designing, learning of HTML is a must to understand the intricacies of the code. There are many CMS Platforms like Wordpress available to design a website but backend is still HTML code. So, study the following topics of HTML to master the Website Design.

✅Basic Tags and Document Structure

Images

HTML Tags

Tables

Page Formatting Tags

IFrame

Text Items and Objects

Form

Lists

Video & Audio

Links

API


HTML alone cannot provide the wonderful websites, we are used to scroll everyday. Use of Cascading Style Sheets (CSS) and Java Script (JS) is a must to improve the design.

⭐ HTML is used to create the structure of a website.

⭐ CSS is used to stylize the website.

⭐ JS is used to increase the interactivity of the website.

Hope this information was useful for you. Happy Designing❗

Comments

Popular posts from this blog

How to write an Abstract for a Research Paper

What is an abstract? The abstract is a short summary of the research work presented in the research paper. It is usually one paragraph that summarizes the major aspects of the research paper. The abstract allows the author to explain the major aspects of the paper and helps readers to decide whether they want to read the rest of the paper. Parts of an abstract The basic parts of an abstract for paper of any discipline are, 1. The Problem Statement 2. Motivation for the problem – Statement for why is the selected problem interesting. 3. Method / Procedure followed for the results. 4. Results / Findings- Statement for what is invented / created / learnt. 5. Conclusion / Implication – Statement for what follows from the obtained solution. What to include in an abstract? Although abstract is the first section of the paper but it should be written last as it will summarize the contents of the entire paper. To write effective abstract, reread the paper with ...

How to select a M.Tech. Thesis Topic?

The search for a potential and approachable M.Tech. thesis topic is an annoying task. It is difficult for most of the students because they do not understand the expectation of the university and their guides. At master’s level, no one expect the students to do wonders and come up with a Ph.D. level research in just 5 to 6 months. The expectation is to train the students to understand the contributions of other researchers. It is only then they may find opportunity, directions and gaps to work further after their M.Tech. is over.  The students at master’s level are expected to make a noteworthy and decent contribution to the research. The simplest approaches that I have found for the same are Ø   Expansion of previous work in the field, Ø   Suggesting improvement in the available algorithms or work, Ø   Confirmation of the results available in the literature and implementation of the same to new problems, Ø   Comparison of the results for two or mo...

IoT for Electrical Engineers

Electrical Engineering is majorly known for generation and distribution of Electrical Power through fossil fuels, hydro power plants, etc. but that is just a small purview of this field. The lesser known but very significant areas of this field include renewable / clean energy, control and automation. The renewable energy generation is the most researched and active area these days. The manufacturing industry cannot be thought without the automatic control techniques. Can you think about packing of chips with hands or controlling a paper making machine without controllers? Obviously No! The internet has touched everyone and has changed the way we live, think and communicate. The next step of this field known as Internet of Things (IoT) is a paradigm of Internet connected Things which can connect, interact and communicate with each other similar to the way humans talk. IoT is not just a link to connect things rather it allows things to communicate and exchange data while executing the...