HTML5 structure

HTML and browsers are very forgiving regarding HTML structure. There will be no error even if there is no <head> tags etc. It can be written in <TABLE> or <table>, it dosen’t matter. But there is correct way to structure it and write it. If you write it the correct way it will pay it … Read more

How to make a TABLE in HTML

My Clients, 2024 First nameNicknameFamily historyNationality Family nameNicknameFamily historyNationality AgeNicknameFamily historyNationality # First Name Last Name Age Profile Clients 1 Taro Yamada 34 link Clients 2 Hanako Hayashi 19 link Clients 3 Karen Takeda 23 link Clients 4 Keiko Uchida 44 link Total 5 Total 2h 34min 32s CSS to collapse TABLE border

How to make FUZZY search

If you want to want to make even some characthers searchable then use ==> WHERE id like ‘%$search%’, then your can search almost everything BUT it will open up all data inside the DB and it will be displaied when emoty search is performed. you can also use OR operator in MySQL to add some … Read more

mysqli_connect

PS! After establishing connection to mySQL server and then performing CRUD then it would be a good practice to CLOSE the connection like this: Connect to MySQL DATABASE using PHP.

My STUDY plan as of 6/1

Learn NOW < GOAL for 2024 till 12/31) MY OLD things <if i have time i will keep learning> TODAY

omg! did you know about <title> tag?

ok, when i started studying HTML & coding then i never have paid any attention to the page’s <title>My page</title> tags. I just thought that these are not !IMPORTANT, but i was again very WRONG. I thought that <h1> is the most important regarding SEO and page structure, but this <title> tag is even more … Read more