Well I took up Computer Science Engineering for my Bachelor of Technology (BTech) degree up in 2015 after my high school and i've picked up on a lot during my time there.
I've worked on a few open source projects for my college by then as time went by I just figured out this wasn't where I wanted to be a few years down the line in short I dropped out in the 3rd year of my 4 year course and i'm really happy that I did.
Just putting it out there that I have a basic knowledge of coding before I get started with my post, So without any further delay let's get to it.
PeakD uses HTML5 as its Markup language and uses CSS (Cascading Style Sheets) which describes the overall presentation of a web page written in HTML.
Hyper Text Markup Language (HTML) is a set of codes you can use to structure content on a webpage.
A majority of tags in HTML will have an Open Tag < > and a Close Tag </ >
Below are some of the basic HTML Tags you can use to get a better finish to your post
<b> </b> | Bold Tag | Text enclosed between these tags will be BOLD |
---|---|---|
<i> </i> | Italic Tag | Text enclosed between these tags will be BOLD |
<strike> </strike> | Strike Tag | |
<u> </u> | Underline Tag | Text enclosed between these tags will be Underlined |
<sup> </sup> | Superscript Tag | 110 210 310 |
<sub> </sub> | Subscript Tag | 110 210 310 |
<center> </center> | Center Tag | |
<br> | Line Break | Skips A Line |
<h1> </h1> | Heading Tag | Heading Size 1 |
<h2> </h2> | Heading Tag | Heading Size 2 |
<h3> </h3> | Heading Tag | Heading Size 3 |
<h4> </h4> | Heading Tag | Heading Size 4 |
<h5> </h5> | Heading Tag | Heading Size 5 |
<h6> </h6> | Heading Tag | Heading Size 6 |
<h7> </h7> | Heading Tag | Heading Size 7 |
Next up is something I use most of the time in my post and that is inserting images into a table. The only reason I do this is to keep the overall post in an organised manner.
<table> </table>
|
Defines HTML Table |
---|---|
<thead> </thead>
|
Defines Table Header |
<tr> </tr>
|
Defines Table Row |
Column 1-3 |
Replace With Your Image |
<table>
<thead>
<tr>
column1 </th> <th> column2 </th> <th> column3 </th>
</tr>
<tr>
<th> column1 </th> <th> column2 </th> <th> column3 </th>
</tr>
</thead>
</table>
![]() | ![]() | ![]() |
---|---|---|
![]() | ![]() | ![]() |
<table>
<thead>
<tr>
column1 </th> <th> column2 </th>
</tr>
<tr>
<th> column1 </th> <th> column2 </th>
</tr>
</thead>
</table>
![]() | ![]() |
---|---|
![]() |
![]() |
Well I hope you guys put this information to good use, Have a great day!!
Upvote, Comment, Repost And Follow If You Like My Work!
Have A Great Day!